09. JWTs
JWT
JWTs
ND035 C04 L01 A05 What Is JWT V2
JWT Uses
SOLUTION:
- Authorization
- Authentication
QUIZ QUESTION::
Here are the three parts of an example JWT. Do you remember what each is called?
ANSWER CHOICES:
Part of the JWT |
What is it called? |
---|---|
Payload |
|
Signature |
|
Header |
SOLUTION:
Part of the JWT |
What is it called? |
---|---|
Payload |
|
Signature |
|
Header |
QUIZ QUESTION::
Can you match each part of the JWT with what it contains?
ANSWER CHOICES:
Part of the JWT |
What does it contain? |
---|---|
Signature |
|
Header |
|
Payload |
SOLUTION:
Part of the JWT |
What does it contain? |
---|---|
Signature |
|
Header |
|
Payload |